UefiHidDxeV2: fix cargo clippy issues for toolchain 1.92.0#804
Merged
apop5 merged 2 commits intoDec 15, 2025
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/202502 #804 +/- ##
================================================
Coverage ? 2.79%
================================================
Files ? 10
Lines ? 3180
Branches ? 81
================================================
Hits ? 89
Misses ? 3091
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
apop5
approved these changes
Dec 12, 2025
6c0fe0f to
95f79f5
Compare
Javagedes
approved these changes
Dec 13, 2025
apop5
pushed a commit
to microsoft/mu_devops
that referenced
this pull request
Dec 15, 2025
Update to rust toolchain 1.92.0 Pending PR for mu_plus to meet new clippy requirements. microsoft/mu_plus#804 **Testing:** * Validated rust toolchain 1.92.0 does not break common cargo make scenarios for the following repositories. * microsoft/mu_plus * microsoft/mu_rust_helpers * microsoft/mu_rust_hid * microsoft/mu_rust_pi Testing steps: 1. Update the rust-toolchain.toml to toolchain version 1.92.0 2. `cargo update` 3. `cargo make build` 4. `cargo make test` 5. `cargo make clippy` 6. `cargo make fmt` Any errors or build failures will be addressed in the corresponding repository before this PR is completed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
For details on how to complete these options and their meaning refer to CONTRIBUTING.md.
How This Was Tested
Integration Instructions
N/A